home *** CD-ROM | disk | FTP | other *** search
/ Megadoom II / MEGADOOM II - iso.7z / MEGADOOM II.ISO / doom / editors / map / ranworld / config.doc < prev    next >
Text File  |  1994-07-29  |  1KB  |  32 lines

  1. Configuration File Documentation.
  2.  
  3. To run RX.EXE you must have a valid configuration file.  The configuration
  4. file customizes RX.EXE to your particular needs, for the game you
  5. are creating maps for, you must also have a file DATRW.DAT which
  6. specifies the proper values for the various objects you are placing
  7. into the map.
  8.  
  9. RX.EXE uses DATRW.DAT and the configuration file to create the game 
  10. map.
  11.  
  12. ;OBJECT NAME            Weight  Level of play      REM STATEMENT
  13.  
  14. DOG                     3.00    MODE1              ; 
  15. ITEM1                   3.00    MODE2              ;
  16. OBJECTX                 3.00    MODE3              ;
  17.  
  18. All lines or statements preceded by the ';' are ingnored.
  19.  
  20. The OBJECT NAME can be any valid objects name, see the list
  21. of valid name object names that came with you configuration files
  22. or are listed in DATRW.DAT.
  23.  
  24. Weight specifies how likely an object is to appear in the newly
  25. created maps relative to other objects.   Weight can be anything
  26. from 0.00 to 999.99.
  27.  
  28. Level of play, tells at what difficulty levels the objects will appear 
  29. the acceptable values are, are listed in DATRW.DAT or can be
  30. seen in your configuration file examples.
  31.  
  32.